
#idCalendarPre {
    width: 1rem;
    height: 1rem;
    margin-right: .98rem;
    margin-top: .8rem;
}

#idCalendarNext {
    width: 1rem;
    height: 1rem;
    margin-left: .28rem;
    margin-top: .79rem;
}
.Notice {
    padding: .8rem;
}
.alert_tip {
    margin-top: .5rem;
    font-size: .9rem;
    line-height: 1.5rem;
    color: #000000;

}


.list-content {
    margin-top: .6rem;
    display: flex;
}
.list_icon {
    margin-top: .4rem;
    width: 0.4rem;
    height: .4rem;
    transform: rotate(48deg);
    background: #00b4d4;
}

.list_text {
    width: 20rem;
    margin-left: 0.8rem;
    font-size: .9rem;
    line-height: 1.3rem;
    color: #000000;
   
}

/* 按钮 */

.btn-time {
    width: 7rem;
    height: 7rem;
    line-height: 6rem;
    border-radius: 2px solid red;
    /* background: red; */
}
.qiandao {
    width: 100%;
    height: 7rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.qiandao > h5 {
    text-align: center;
    font-size: 1.5rem;
    color: #ff6975;
} 
.qiandao > p {
    text-align: center;
    margin-top: .6rem;
}


.header {
    width: 100%;
    height: 4.2rem;
	background-image: url("../img/banner_01.jpg");
	background-size: 100% 100%;
    overflow: hidden;
}
.header a{
    display: block;
    margin-top: 2.4rem;
    width: 5.2rem;
    height: 1.6rem;
   /* line-height: 1.8rem;
    color: #fff;
    border-radius: .8rem;
    text-align: center;
    overflow: hidden;
    background: #00335f;
    font-size: .8rem; */
    margin-left: .9rem;

}
.header a img{
    display: block;
    width: 100%;
    height: auto;

}